home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Glamour Girls 1
/
Glamour Girls I.iso
/
mac
/
Glamour Girls I RGB
/
00453_Script_453
< prev
next >
Wrap
Text File
|
1994-07-13
|
552b
|
25 lines
global soundVolume
set soundVolume = 255
set the volume of sound 1 =soundVolume
if rollOver (4) then
go to "1"
else if rollOver (5) then
go to "2"
else if rollOver (6) then
go to "3"
else if rollOver (7) then
go to "4"
else if rollOver (8) then
go to "5"
else if rollOver (9) then
go to "6"
else if rollOver (10) then
go to "7"
else if rollOver (11) then
go to "8"
else
go to "Main"
end if